From dce7e47b28bc32919c112d89ca3239c813805e0e Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Apr 2006 21:15:02 +0000 Subject: [PATCH] C89 typo fix in magproto. --- magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magproto.c b/magproto.c index 6dd2d8e8a..fcb1bf3bf 100644 --- a/magproto.c +++ b/magproto.c @@ -1417,8 +1417,8 @@ mag_route_trl(const route_head * rte) xfree(owpt); if ((tmp == &rte->waypoint_list) || ((i % 2) == 0)) { - thisline++; char expbuf[1024]; + thisline++; expbuf[0] = 0; if (explorist) { snprintf(expbuf, sizeof(expbuf), "%s,", -- 2.30.2